org.eclipse.vtp.desktop.projects.voice.ui
Class BuiltInTimeGrammarCreatorPanel

java.lang.Object
  extended by org.eclipse.vtp.desktop.media.core.InputGrammarCreatorPanel
      extended by org.eclipse.vtp.desktop.projects.voice.ui.BuiltInTimeGrammarCreatorPanel

public class BuiltInTimeGrammarCreatorPanel
extends InputGrammarCreatorPanel


Constructor Summary
BuiltInTimeGrammarCreatorPanel()
           
 
Method Summary
 void createControls(org.eclipse.swt.widgets.Composite parent)
           
 InputGrammar createGrammar()
           
 void setInitialInput(InputGrammar content)
           
 
Methods inherited from class org.eclipse.vtp.desktop.media.core.InputGrammarCreatorPanel
getControl, getMediaProvider, setControl, setMediaProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuiltInTimeGrammarCreatorPanel

public BuiltInTimeGrammarCreatorPanel()
Method Detail

createGrammar

public InputGrammar createGrammar()
Specified by:
createGrammar in class InputGrammarCreatorPanel

createControls

public void createControls(org.eclipse.swt.widgets.Composite parent)
Specified by:
createControls in class InputGrammarCreatorPanel

setInitialInput

public void setInitialInput(InputGrammar content)
Specified by:
setInitialInput in class InputGrammarCreatorPanel